Integrate Service - Zoho
I. Cases
1. Normal Cases
- Click To Call
- Iframe
- CRM call logging
- CRM create new contact
- Click to view CRM object
- Click to SMS
2. Challenge Cases
- CRM log system
3. Special Cases
II. Config
- ID Callcenter
- Host
- Description
- Fields
- client_id
- client_secret
- refresh_token
1. Info
- Example: Info
2. Iframe
- Example: Iframe
III. Endpoint Table
| Name | Type | Method | Url | Trigger | Description | Parameters | Hard Params | Response Type |
|---|---|---|---|---|---|---|---|---|
| create_note_zoho | post_data | POST | https://www.zohoapis.com/crm/v2/:object/:id/Notes | none | Authorization : header, data : body, object : path, id : path | |||
| create_object_zoho | post_data | POST | https://www.zohoapis.com/crm/v2/:object | none | Authorization : header, data : body, object : path | |||
| search_contact_zoho | get_data | GET | https://www.zohoapis.com/crm/v2/:objectName/search | none | objectName : path, Authorization : header, criteria : query | |||
| get_token_zoho | auth | POST | https://accounts.zoho.com/oauth/v2/token | none | refresh_token : query, client_id : query, client_secret : query | {"query":{"grant_type":"refresh_token"}} | Access Token: access_token Token Type: Zoho-oauthtoken |
- referenceDocs: ZohoApi